LiteDAC

TLiteDump Members

TLiteDump class overview.

Properties

Name Description

Connection

Used to specify a connection object that will be used to connect to a data store.

Debug (inherited from TDADump)

Used to display the statement that is being executed and the values and types of its parameters.

Mode

Used to specify the mode of backup performed by TLiteDump.Used to specify the mode of backup performed by TLiteDump.

ObjectTypes

Used to specify the types of objects that are backuped by TLiteDump.

Options (inherited from TDADump)

Used to specify the behaviour of a TDADump component.

SQL (inherited from TDADump)

Used to set or get the dump script.

TableNames (inherited from TDADump)

Used to set the names of the tables to dump.

Methods

Name Description

Backup (inherited from TDADump)

Dumps database objects to the TDADump.SQL property.

BackupQuery (inherited from TDADump)

Dumps the results of a particular query.

BackupToFile (inherited from TDADump)

Dumps database objects to the specified file.

BackupToStream (inherited from TDADump)

Dumps database objects to the stream.

Restore (inherited from TDADump)

Executes a script contained in the SQL property.

RestoreFromFile (inherited from TDADump)

Executes a script from a file.

RestoreFromStream (inherited from TDADump)

Executes a script received from the stream.

Events

Name Description

OnBackupProgress (inherited from TDADump)

Occurs to indicate the TDADump.Backup, M:Devart.Dac.TDADump.BackupToFile(System.String) or M:Devart.Dac.TDADump.BackupToStream(Borland.Vcl.TStream) method execution progress.

OnError (inherited from TDADump)

Occurs when SQLite raises some error on TDADump.Restore.

OnRestoreProgress (inherited from TDADump)

Occurs to indicate the TDADump.Restore, TDADump.RestoreFromFile, or TDADump.RestoreFromStream method execution progress.
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback